02. 使用 turtle 绘画

🖍 使用 Turtle 绘画

这是一段不同的代码。按下 运行 按钮后会发生什么?

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: html-live
  • Opened files (when workspace is loaded): n/a

备注 :如果你无法打开上面的workspace,请去 这里

按下 运行 按钮后会发生什么?

SOLUTION: 出现了一个箭头图形,并画出一个黄色方形。

Python:分析代码

Ginevra

如果将名称 george 替换为 amy 但只在一行代码中进行替换 ,会怎样?试着在上面的编辑器中进行这一更改,并再次运行代码。会发生什么?

SOLUTION: 它显示一条错误消息。

🐢 保存代码需要时间 🐇

当你在 turtle workspace 中编辑代码时,workspace 会将代码保存到优达学城服务器上。只需一小会时间,但是如果在做出更改后很快就按下**运行**按钮,更改可能没有完全保存。如果更改似乎没有生效,请等一会并尝试再次按下**运行**。

如果将所有的 george 替换成 amy ,会怎样?请试着做出这一更改,并再次运行代码。会发生什么?

SOLUTION: 它再次画出一个方形。

Task Description:

在继续之前,确保已经完成每一步!

Task List:

Task Feedback:

我们可以画出红色三角形和黄色方形了,下一步呢?